home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 2000 February
/
Macworld (2000-02).dmg
/
Shareware World
/
Comms & Internet
/
Flex-Able 1.0
/
FADocs
/
save.able
< prev
next >
Wrap
Text File
|
1999-12-07
|
972b
|
41 lines
<:set form <:read_form>>
<html>
<head>
<link rel=stylesheet type="text/css" HREF="fa.css">
<title>Flex-Able: FIle Processing</title>
</head>
<body>
<DIV CLASS="topic">File Processing</DIV>
<p><br>
<p><br>
<h2>The field values are:</h2>
<ul>
<:foreach name value form>
<:echo "<b>" name "</b>:" value "<br>">
<:/foreach>
</ul>
<P>
<:save_data "/FADocs/MyTestFiles/items.txt" form["name"] form["occ"] form["phone"] form["email"] form["empire"]>
<:set customFile <:make_unique_file "/FADocs/MyTestFiles/comments.html">>
<:save_custom customFile>
<h2><:echo form["name"]> <<:echo form["email"]>></h2>
<ul><pre>
<:echo form["comment"]>
</pre></ul>
<:echo <:file_uri customFile>><br>
<:/save_custom>
See the updated <a href="/FADocs/MyTestFiles/items.txt">data file</a> saved at <P>
See the updated <a href="/FADocs/MyTestFiles/<:echo customFile>">comments file</a><P>
<hr>
<A HREF="quickstart.html" CLASS="back">back to Quick Start</A>
</body>
</html>